projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec44ad
)
Constify route_head arg to track_recompute.
author
robertl
<robertl>
Mon, 1 May 2006 17:43:13 +0000
(17:43 +0000)
committer
robertl
<robertl>
Mon, 1 May 2006 17:43:13 +0000
(17:43 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 268093706df4f81a858202fa4e185073061545cd..170f3edf7ec8d00d1debf816169f374b60e289a1 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-429,6
+429,7
@@
void track_backup(signed int *count, queue **head_bak);
void track_restore( queue *head_bak);
void track_append( queue *src );
void route_flush( queue *head );
+void track_recompute( const route_head *trk);
/*
* All shortname functions take a shortname handle as the first arg.